[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 NEWLINES IEXP

 Function
  Execute a specified number of NEWLINE statements.

 Syntax
  NEWLINES count

   count  - An integer expression with the number of times to execute
            NEWLINE.

 Remarks
  This statement is convienient when executing multiple and/or variable
  NEWLINE statements for screen formatting.  It takes a single integer
  expression argument and automatically executes that many NEWLINE
  statements for you without the need to set up a loop or to write
  multiple NEWLINE lines in your source code.

 Examples
  INTEGER i, end
  LET end = RANDOM(20)
  FOR i = 1 TO end
   PRINT RIGHT(RANDOM(10000),8)
  NEXT
  FRESHLINE
  NEWLINE 5
  PRINTLN "Now we continue with a 5 blank lines between"

See Also: FRESHLINE NEWLINE
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson